Python development in Ubuntu
Ubuntu 20.04LTS Using Mamba
Installation
Reference: https://github.com/conda-forge/miniforge#mambaforge
Install
Mambacurl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
bash Mambaforge-$(uname)-$(uname -m).shPrevent conda from autoactivating base in the startup
conda config --set auto_activate_base falseInstall jupyter-notebook and run
sudo apt install jupyter-notebook
jupyter notebook --no-browser